home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / prok345.zip / !PROKIT.NEW < prev    next >
Text File  |  1993-01-20  |  954b  |  31 lines

  1.  
  2. History of ProKit changes (in reverse order)
  3. --------------------------------------------
  4.  
  5. 20-Jan-93
  6.    Compiled under Turbo Pascal V7, released as PROK345.ZIP
  7.  
  8. 21-Nov-92
  9.    ProDoor's new internal live chat mode is now available to prokit
  10.    doors via the 'live_chat' procedure call.
  11.  
  12. 11-Nov-92
  13.    Enabled file flagging logic at "More" prompts when allow_flagging is
  14.    set to true.  Results of flagging are stored in the string variable
  15.    pending_flags.
  16.  
  17. 01-Jul-92
  18.    Internal change in bufio unit to prevent endless DOS error [6]
  19.    retries while reading buffered files.
  20.  
  21. 17-Jun-92
  22.    Added
  23.         default_comment_subject: string40
  24.    variable in proenter unit.  This determines the default subject for
  25.    comment message entry.
  26.  
  27.    Output translations were not being performed.  The logic to perform
  28.    output translations via pdispln and pdisp calls is not available.
  29.    Note that displn and disp do NOT translate.
  30.  
  31.